set Active
open fun setActive(value: Boolean): ModuleConfigProtos.ModuleConfig.ExternalNotificationConfig.Builder
IF this is true, the 'output' Pin will be pulled active high, false
means active low.
Content copied to clipboard
bool active = 4;
Return
This builder for chaining.
Parameters
value
The active to set.